gtk4.pc: Move third-party libraries from Libs to Libs.private
authorSimon McVittie <smcv@debian.org>
Thu, 18 Jul 2019 08:20:57 +0000 (09:20 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 18 Jul 2019 08:24:41 +0000 (09:24 +0100)
commit01a6bbdc738c3a61f5806b977e2cd9911f71507d
tree236085fd4c83e4941b6bb9c07a8a1d409af1ab00
parent6455a54f6c9689c0d1c79af1de00c962818084e2
gtk4.pc: Move third-party libraries from Libs to Libs.private

This avoids "overlinking". These libraries are an implementation detail
of particular backends, so they only need to appear on library consumers'
linker command-lines if the dependency cannot be picked up from the
shared library automatically (when linking statically, or when building
on a deficient OS that doesn't support transitive dependencies between
shared libraries, in which case pkg-config should be built with
--enable-indirect-deps).

Signed-off-by: Simon McVittie <smcv@debian.org>
gtk4.pc.in